object fEditSoundDlg: TfEditSoundDlg Left = 539 Top = 372 ActiveControl = txtSoundFile BorderStyle = bsDialog Caption = 'Edit Sound' ClientHeight = 151 ClientWidth = 384 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object bvlBottom: TBevel Left = 0 Top = 105 Width = 384 Height = 46 Align = alBottom Shape = bsTopLine end object lblEventName: TLabel Left = 20 Top = 15 Width = 340 Height = 13 AutoSize = False Caption = 'lblEventName' end object btnOK: TButton Left = 213 Top = 118 Width = 75 Height = 25 Caption = 'btnOK' Default = True ModalResult = 1 TabOrder = 4 end object btnCancel: TButton Left = 296 Top = 118 Width = 75 Height = 25 Cancel = True Caption = 'btnCancel' ModalResult = 2 TabOrder = 3 end object btnFile: TButton Left = 341 Top = 40 Width = 22 Height = 20 Caption = '...' TabOrder = 1 OnClick = btnFileClick end object btnTest: TBitBtn Left = 256 Top = 70 Width = 85 Height = 25 Caption = 'btnTest' Enabled = False TabOrder = 2 OnClick = btnTestClick Glyph.Data = { 36010000424D3601000000000000760000002800000012000000100000000100 040000000000C000000000000000000000001000000010000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00CCCCCCCC00CC CCCCCC000000CCCCCCC0307CCCCCCC000000CCCCCC030887CCC7CC000000CCCC C0377FF7CC7CCC000000CCCC03B08FF7C7CCCC000000CC003BF08FF7CCCCCC00 0000C037BFB00FF7CCCCCC000000C3B8FBF070F7C7777C000000C3B8BFB080F7 CCCCCC000000C3F8FBF00FF7CCCCCC000000CC33BFB08FF7C7CCCC000000CCCC 3BF08FF7CC7CCC000000CCCCC3B778F7CCC7CC000000CCCCCC3B088CCCCCCC00 0000CCCCCCC3707CCCCCCC000000CCCCCCCC00CCCCCCCC000000} end object txtSoundFile: TnbFileEdit Left = 20 Top = 40 Width = 316 Height = 21 TabOrder = 0 OnChange = txtSoundFileChange end end